@charset "UTF-8";
/** normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, body {
  font-family: "Helvetica Neue", Helvetica, STHeiTi,'microsoft yahei ui','microsoft yahei',simsun,sans-serif; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.red {
  color: #EB5149 !important; }

.orange {
  color: #FF6C00 !important; }

.green {
  color: #1BAF48 !important; }

.blue {
  color: #3293D7 !important; }

@font-face {
  font-family: 'anyi-font';
  src: url("/static/fonts/anyi-webfont.eot");
  src: url("/static/fonts/anyi-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/anyi-webfont.woff2") format("woff2"), url("/static/fonts/anyi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 anyi-font;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-size: 14px;
  /*no*/ }
  [data-dpr="2"] body {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] body {
    font-size: 42px;
    /*no*/ }

a, img {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none; }

::-webkit-inner-spin-button {
  visibility: hidden; }

::-webkit-calendar-picker-indicator {
  display: none; }

.block {
  min-width: 100%;
  display: block; }

.inline {
  display: inline-block; }

.center {
  text-align: center !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right; }

.hide {
  display: none !important; }

.visibility {
  visibility: hidden; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

/*margin begin*/
.mt-20 {
  margin-top: 0.26667rem; }

.mb-20 {
  margin-bottom: 0.26667rem; }

.size-0 {
  font-size: 0; }

.size-12 {
  font-size: 12px !important; }

.size-13 {
  font-size: 13px !important; }

.size-14 {
  font-size: 14px !important; }

.size-15 {
  font-size: 15px !important; }

.size-16 {
  font-size: 16px !important; }

.size-17 {
  font-size: 17px !important; }

.size-18 {
  font-size: 18px !important; }

[data-dpr="2"] .size-12 {
  font-size: 24px !important; }

[data-dpr="2"] .size-13 {
  font-size: 26px !important; }

[data-dpr="2"] .size-14 {
  font-size: 28px !important; }

[data-dpr="2"] .size-15 {
  font-size: 30px !important; }

[data-dpr="2"] .size-16 {
  font-size: 32px !important; }

[data-dpr="2"] .size-17 {
  font-size: 34px !important; }

[data-dpr="2"] .size-18 {
  font-size: 36px !important; }

[data-dpr="3"] .size-12 {
  font-size: 36px !important; }

[data-dpr="3"] .size-13 {
  font-size: 39px !important; }

[data-dpr="3"] .size-14 {
  font-size: 42px !important; }

[data-dpr="3"] .size-15 {
  font-size: 45px !important; }

[data-dpr="3"] .size-16 {
  font-size: 48px !important; }

[data-dpr="3"] .size-17 {
  font-size: 51px !important; }

[data-dpr="3"] .size-18 {
  font-size: 54px !important; }

hr, .hr {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  border-width: 1px 0 0 0;
  border-top: 1px solid #E3E3E3;
  margin: 0.32rem 0;
  border-top-color: rgba(0, 0, 0, 0.11); }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.row {
  margin-left: -0.13333rem;
  margin-right: -0.13333rem; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  .row .col-1 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 8.33333%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-2 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 16.66667%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-3 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 25%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-4 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 33.33333%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-5 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 41.66667%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-6 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 50%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-7 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 58.33333%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-8 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 66.66667%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-9 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 75%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-10 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 83.33333%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-11 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 91.66667%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-12 {
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-left: 0.13333rem;
    padding-right: 0.13333rem; }
  .row .col-offset-1 {
    margin-left: 8.33333%; }
  .row .col-offset-2 {
    margin-left: 16.66667%; }
  .row .col-offset-3 {
    margin-left: 25%; }
  .row .col-offset-4 {
    margin-left: 33.33333%; }
  .row .col-offset-5 {
    margin-left: 41.66667%; }
  .row .col-offset-6 {
    margin-left: 50%; }
  .row .col-offset-7 {
    margin-left: 58.33333%; }
  .row .col-offset-8 {
    margin-left: 66.66667%; }
  .row .col-offset-9 {
    margin-left: 75%; }
  .row .col-offset-10 {
    margin-left: 83.33333%; }
  .row .col-offset-11 {
    margin-left: 91.66667%; }
  .row .col-offset-12 {
    margin-left: 100%; }

.page-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: -1;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear; }
  .page-modal.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform; }
  .page-modal.show-top {
    z-index: 99;
    display: block; }
  .page-modal.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.p-modal-content {
  padding-top: 1.06667rem;
  padding-bottom: 1.06667rem;
  max-width: 10.24rem;
  margin: 0 auto;
  background: #fff; }
  @media (min-width: 541px) and (max-width: 768px) {
    [data-dpr="1"] .p-modal-content {
      max-width: 768px; } }

.p-modal-header {
  position: fixed;
  top: 0;
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 10.24rem;
  z-index: 1; }
  @media (min-width: 541px) and (max-width: 768px) {
    [data-dpr="1"] .p-modal-header {
      max-width: 768px; } }
  .p-modal-header > h3 {
    text-align: center;
    font-size: 16px;
    /*no*/
    height: 1.06667rem;
    line-height: 1.06667rem; }
    [data-dpr="2"] .p-modal-header > h3 {
      font-size: 32px;
      /*no*/ }
    [data-dpr="3"] .p-modal-header > h3 {
      font-size: 48px;
      /*no*/ }
  .p-modal-header > .page-modal-close {
    position: absolute;
    height: 1.06667rem;
    width: 1.06667rem;
    color: #3293D7;
    font-size: 24px;
    /*no*/
    top: 0;
    line-height: 1.06667rem;
    right: 0;
    cursor: pointer; }
    [data-dpr="2"] .p-modal-header > .page-modal-close {
      font-size: 48px;
      /*no*/ }
    [data-dpr="3"] .p-modal-header > .page-modal-close {
      font-size: 72px;
      /*no*/ }
    .p-modal-header > .page-modal-close i {
      vertical-align: middle; }

.p-modal-footer {
  position: fixed;
  bottom: 0;
  background: #f6f6f6;
  border-top: 1px solid #ccc;
  width: 100%;
  max-width: 10.24rem;
  text-align: center;
  font-size: 16px;
  /*no*/
  height: 1.06667rem;
  line-height: 1.06667rem;
  cursor: pointer; }
  @media (min-width: 541px) and (max-width: 768px) {
    [data-dpr="1"] .p-modal-footer {
      max-width: 768px; } }
  [data-dpr="2"] .p-modal-footer {
    font-size: 32px;
    /*no*/ }
  [data-dpr="3"] .p-modal-footer {
    font-size: 48px;
    /*no*/ }
  .p-modal-footer > a {
    display: block; }
  .p-modal-footer i {
    font-size: 24px;
    /*no*/
    color: #3293D7;
    vertical-align: middle; }
    [data-dpr="2"] .p-modal-footer i {
      font-size: 48px;
      /*no*/ }
    [data-dpr="3"] .p-modal-footer i {
      font-size: 72px;
      /*no*/ }

.p-modal-body {
  line-height: 1.5; }
  .p-modal-body p {
    margin-top: 0.16rem;
    margin-bottom: 0.16rem; }
  .p-modal-body h4, .p-modal-body h5 {
    font-size: 14px;
    /*no*/
    margin-top: 0.16rem;
    margin-bottom: 0.16rem; }
    [data-dpr="2"] .p-modal-body h4, [data-dpr="2"] .p-modal-body h5 {
      font-size: 28px;
      /*no*/ }
    [data-dpr="3"] .p-modal-body h4, [data-dpr="3"] .p-modal-body h5 {
      font-size: 42px;
      /*no*/ }
  .p-modal-body .anyi-doc {
    padding: 0.4rem; }
    .p-modal-body .anyi-doc a {
      color: #3293D7; }
    .p-modal-body .anyi-doc.text-indent0 P {
      text-indent: 0; }
    .p-modal-body .anyi-doc.text-indent2 P {
      text-indent: 2em; }
    .p-modal-body .anyi-doc.no-p-space p {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
  .p-modal-body .anyi-doc-list p {
    padding-top: 0.26667rem;
    padding-bottom: 0.26667rem;
    border-bottom: 1px dashed #ccc; }
  .p-modal-body .tab-doc {
    padding: 0.4rem; }

img.img-max {
  width: 100%;
  display: block; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .loading .l-dialog {
    max-width: 10.24rem;
    margin: 0 auto;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    overflow: hidden;
    background: none;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: transparent; }
    @media (min-width: 541px) and (max-width: 768px) {
      [data-dpr="1"] .loading .l-dialog {
        max-width: 768px; } }
  .loading .l-content {
    background: #fff;
    width: 320px;
    height: 150px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center; }
    @media (max-width: 320px) {
      .loading .l-content {
        width: 280px; } }
    .loading .l-content.none {
      background: none; }
      .loading .l-content.none .l-header {
        display: none; }
      .loading .l-content.none .l-body {
        color: #24b1cd;
        background: #fff;
        border-radius: 0.13333rem;
        border: 1px solid #dfedef; }
  .loading .l-header {
    background: #7f95ce;
    padding: 0.26667rem;
    color: #fff; }
  .loading .l-body {
    padding: 0.26667rem;
    color: #24b1cd; }
    .loading .l-body > div.center i {
      font-size: 20px;
      /*no*/ }
      [data-dpr="2"] .loading .l-body > div.center i {
        font-size: 40px;
        /*no*/ }
      [data-dpr="3"] .loading .l-body > div.center i {
        font-size: 60px;
        /*no*/ }

.anyi-doc {
  padding: 0.4rem;
  line-height: 1.5; }
  .anyi-doc p {
    margin-top: 0.16rem;
    margin-bottom: 0.16rem; }
  .anyi-doc img {
    max-width: 100%; }
  .anyi-doc h1 {
    font-size: 18px;
    /*no*/
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: bolder;
    text-align: center; }
    [data-dpr="2"] .anyi-doc h1 {
      font-size: 36px;
      /*no*/ }
    [data-dpr="3"] .anyi-doc h1 {
      font-size: 54px;
      /*no*/ }
  .anyi-doc h2 {
    font-size: 16px;
    /*no*/
    margin-top: 14px;
    margin-bottom: 14px;
    font-weight: bolder; }
    [data-dpr="2"] .anyi-doc h2 {
      font-size: 32px;
      /*no*/ }
    [data-dpr="3"] .anyi-doc h2 {
      font-size: 48px;
      /*no*/ }
  .anyi-doc h3 {
    font-size: 14px;
    /*no*/
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: bolder; }
    [data-dpr="2"] .anyi-doc h3 {
      font-size: 28px;
      /*no*/ }
    [data-dpr="3"] .anyi-doc h3 {
      font-size: 42px;
      /*no*/ }
  .anyi-doc h4 {
    font-size: 12px;
    /*no*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bolder; }
    [data-dpr="2"] .anyi-doc h4 {
      font-size: 24px;
      /*no*/ }
    [data-dpr="3"] .anyi-doc h4 {
      font-size: 36px;
      /*no*/ }

.uppercase {
  text-transform: uppercase; }

.pointer {
  cursor: pointer; }

.land-btn-box {
  width: 80%;
  margin: 0 auto; }

@-webkit-keyframes loading-rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@keyframes loading-rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
.loading-gif-box {
  width: 2rem;
  height: 2rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0.13333rem;
  border-radius: 0.13333rem;
  position: absolute;
  margin: auto;
  background: rgba(0, 0, 0, 0.1); }

.loading-gif {
  -webkit-animation: loading-rotate 1s linear infinite;
  animation: loading-rotate 1s linear infinite;
  width: 80%;
  height: 80%;
  position: absolute;
  margin: auto;
  background: url(../images/loading.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%; }

/*新版页面提示*/
.page-error {
  position: fixed;
  z-index: 1051;
  max-width: 8.8rem;
  width: auto;
  height: auto;
  margin: auto;
  text-align: center;
  font-size: 14px;
  /*no*/ }
  @media (min-width: 541px) and (max-width: 768px) {
    [data-dpr="1"] .page-error {
      max-width: 768px; } }
  [data-dpr="2"] .page-error {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] .page-error {
    font-size: 42px;
    /*no*/ }
  .page-error.fade-hide {
    opacity: 0;
    -webkit-transition: opacity ease-in 3s;
    transition: opacity ease-in 3s; }
  .page-error .page-error-body {
    padding: 0.4rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    -webkit-border-radius: 0.13333rem;
    border-radius: 0.13333rem;
    display: inline-block; }

.tab-active .tab-tit {
  border-bottom: 1px solid #ccc; }
  .tab-active .tab-tit > li {
    width: 50%;
    float: left;
    color: #999;
    text-align: center;
    font-size: 0.42667rem;
    padding: 0.32rem 0.13333rem;
    position: relative; }
    .tab-active .tab-tit > li > a {
      color: #999; }
    .tab-active .tab-tit > li:before {
      content: "";
      height: 0.4rem;
      width: 1px;
      background: #ccc;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .tab-active .tab-tit > li:last-child:before {
      display: none; }
    .tab-active .tab-tit > li.active {
      color: #3293D7; }
      .tab-active .tab-tit > li.active:after {
        content: "";
        height: 0.06667rem;
        background: #3293D7;
        bottom: -1px;
        left: 0.4rem;
        right: 0.4rem;
        position: absolute; }
      .tab-active .tab-tit > li.active > a {
        color: #3293D7; }
  .tab-active .tab-tit::after {
    clear: both;
    content: "";
    display: table; }
.tab-active .tab-content {
  padding: 0.4rem 0; }
  .tab-active .tab-content .btn-box {
    margin-top: 0.4rem; }

.through {
  text-decoration: line-through; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-size: 14px;
  /*no*/ }
  [data-dpr="2"] .modal {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] .modal {
    font-size: 42px;
    /*no*/ }
  .modal.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  max-height: 85%;
  width: 90%;
  left: 5%;
  -webkit-transition: height 1000ms linear;
  transition: height 1000ms linear;
  top: 0.8rem; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.16rem;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-align: center;
  color: #078ba0;
  border-radius: 0.16rem 0.16rem 0 0;
  font-size: 14px;
  /*no*/ }
  [data-dpr="2"] .modal-header {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] .modal-header {
    font-size: 42px;
    /*no*/ }

.modal-header .close {
  border-radius: 100%;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  background: #fff;
  font-size: 18px;
  /*no*/
  text-align: center;
  color: #737373;
  cursor: pointer;
  position: absolute;
  top: -0.26667rem;
  right: -0.26667rem;
  text-decoration: none;
  border: 1px solid #ccc; }
  [data-dpr="2"] .modal-header .close {
    font-size: 36px;
    /*no*/ }
  [data-dpr="3"] .modal-header .close {
    font-size: 54px;
    /*no*/ }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 0.53333rem;
  overflow: hidden;
  overflow-y: auto; }

.modal-footer {
  padding: 0.2rem;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 8rem;
    margin: 0 auto;
    left: 0; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  /*.modal-sm {
  	width: rem(300);
  }*/ }
@media (min-width: 992px) {
  .modal-lg {
    width: 12rem; } }
.modal-footer > a.modal-close {
  display: block;
  text-align: center;
  color: #ff832e;
  padding: 0.2rem 0; }
.modal-footer > a.modal-cancel {
  display: block;
  text-align: center;
  color: #808080;
  padding: 0.2rem 0;
  width: 50%;
  float: left;
  border-right: 1px solid #e7e7e7; }
.modal-footer > a.modal-ok {
  display: block;
  text-align: center;
  color: #ff832e;
  padding: 0.2rem 0;
  width: 50%;
  float: left; }
.modal-footer::after {
  clear: both;
  content: "";
  display: table; }

.modal-alert .modal-body {
  text-align: center;
  line-height: 1.5; }

.modal-iframe {
  position: relative; }
  .modal-iframe > iframe {
    border: none;
    width: 100%;
    left: 0;
    position: absolute;
    height: auto;
    background: #fff; }

.modal-style1 .modal-dialog {
  height: 86%;
  width: 86%;
  bottom: 1.06667rem;
  top: 1.06667rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 10rem; }
  .modal-style1 .modal-dialog .modal-content {
    height: 100%; }
    .modal-style1 .modal-dialog .modal-content .modal-body {
      height: 100%;
      position: relative;
      overflow-y: auto;
      padding: 0.4rem; }
    .modal-style1 .modal-dialog .modal-content.m-fixed-top {
      padding-top: 1.2rem; }
      .modal-style1 .modal-dialog .modal-content.m-fixed-top .modal-header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 1.2rem;
        border-bottom-color: #F18216;
        padding: 0.32rem; }
        .modal-style1 .modal-dialog .modal-content.m-fixed-top .modal-header h4 {
          color: #333;
          font-size: 16px;
          /*no*/ }
          [data-dpr="2"] .modal-style1 .modal-dialog .modal-content.m-fixed-top .modal-header h4 {
            font-size: 32px;
            /*no*/ }
          [data-dpr="3"] .modal-style1 .modal-dialog .modal-content.m-fixed-top .modal-header h4 {
            font-size: 48px;
            /*no*/ }
    .modal-style1 .modal-dialog .modal-content.m-fixed-bottom {
      padding-bottom: 1.6rem; }
      .modal-style1 .modal-dialog .modal-content.m-fixed-bottom .modal-footer {
        position: absolute;
        left: 0;
        right: 0;
        height: 1.6rem;
        bottom: 0;
        border-top-width: 0; }
.modal-style1.auto-height .modal-dialog {
  height: auto;
  max-height: initial;
  margin-bottom: 1.06667rem; }

.btn {
  font-weight: normal;
  text-align: center;
  touch-action: manipulation;
  white-space: nowrap;
  padding: 0.26667rem 0.32rem;
  font-size: 14px;
  /*no*/
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  color: #FFF;
  background-image: none;
  box-shadow: none;
  -webkit-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  -o-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
  border-radius: 0.13333rem;
  border: none; }
  [data-dpr="2"] .btn {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] .btn {
    font-size: 42px;
    /*no*/ }

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active,
.btn.disabled.active,
.btn[disabled].active {
  background-color: #abbac3 !important;
  border-color: #abbac3; }

a.btn {
  text-decoration: none; }

a.disabled {
  filter: alpha(opacity=50);
  opacity: .5; }

.btn-block {
  display: block;
  width: 100%; }

.btn-blue {
  background-color: #3293D7; }
  .btn-blue:active {
    background-color: rgba(50, 147, 215, 0.6); }

.btn-orange {
  background-color: #F7871E; }
  .btn-orange:active {
    background-color: rgba(247, 135, 30, 0.6); }

.btn-orange-empty {
  border: 1px solid #F7871E;
  background-color: #fff;
  color: #F7871E; }
  .btn-orange-empty.active, .btn-orange-empty:active {
    color: #fff;
    background-color: #F7871E; }

.btn-grey {
  background: #ccc;
  color: #868686; }
  .btn-grey:active {
    background-color: rgba(204, 204, 204, 0.6); }

.btn-red {
  background: #EB5149;
  color: #fff; }
  .btn-red:active {
    background-color: rgba(235, 81, 73, 0.6); }

.btn-sm {
  padding: 0.09333rem 0.4rem;
  border-radius: 0.09333rem; }

.btn-white {
  background: none;
  border: #fff 1px solid; }

.btn-long {
  width: 100%; }

.btn-mini {
  padding: 0.05333rem 0.2rem;
  font-size: 12px;
  /*no*/ }
  [data-dpr="2"] .btn-mini {
    font-size: 24px;
    /*no*/ }
  [data-dpr="3"] .btn-mini {
    font-size: 36px;
    /*no*/ }

.btn-middle {
  width: 80%;
  margin: 0 auto;
  display: block; }

.btn-md {
  padding: 0.18667rem 0.4rem; }

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none; }
.form-group input[type=date] {
  -webkit-appearance: none; }
.form-group .form-label {
  height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 22px; }
  .form-group .form-label.block {
    padding: 0.06667rem 0;
    color: #6E989D; }
.form-group .form-tips {
  padding: 0.06667rem 12px;
  color: #6E989D;
  display: block; }
.form-group .no-form-tips {
  height: 0.73333rem;
  display: block; }

.form-control {
  display: block;
  width: 100%;
  height: 0.90667rem;
  padding: 0.16rem 0.32rem;
  font-size: 14px;
  /*no*/
  line-height: 0.58667rem;
  color: #858585;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ddd;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  [data-dpr="2"] .form-control {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] .form-control {
    font-size: 42px;
    /*no*/ }
  .form-control.transparent {
    border-color: transparent !important;
    background: none !important;
    background-color: transparent !important; }

.no-border {
  border: none !important; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group > label, .input-group > .input-group-btn {
    width: 1%;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
    /*no*/ }
    [data-dpr="2"] .input-group > label, [data-dpr="2"] .input-group > .input-group-btn {
      font-size: 28px;
      /*no*/ }
    [data-dpr="3"] .input-group > label, [data-dpr="3"] .input-group > .input-group-btn {
      font-size: 42px;
      /*no*/ }
  .input-group > .input-group-btn {
    padding-left: 0.26667rem;
    padding-right: 0.26667rem;
    color: #3293D7; }
    .input-group > .input-group-btn:active {
      color: rgba(50, 147, 215, 0.6); }
  .input-group > .form-control {
    display: table-cell;
    float: left; }

textarea, select,
input {
  color: #858585;
  background-color: #ffffff;
  border: 1px solid #ddd;
  font-size: 14px;
  /*no*/
  font-family: inherit;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  [data-dpr="2"] textarea, [data-dpr="2"] select, [data-dpr="2"]
  input {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] textarea, [data-dpr="3"] select, [data-dpr="3"]
  input {
    font-size: 42px;
    /*no*/ }
  textarea:hover, select:hover,
  input:hover {
    border-color: #F18216; }
  textarea:focus, select:focus,
  input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #696969;
    border-color: #F18216;
    background-color: #fff;
    outline: none; }
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    /*no*/ }
    [data-dpr="2"] textarea::-webkit-input-placeholder, [data-dpr="2"] select::-webkit-input-placeholder, [data-dpr="2"]
    input::-webkit-input-placeholder {
      font-size: 28px;
      /*no*/ }
    [data-dpr="3"] textarea::-webkit-input-placeholder, [data-dpr="3"] select::-webkit-input-placeholder, [data-dpr="3"]
    input::-webkit-input-placeholder {
      font-size: 42px;
      /*no*/ }
  textarea::-moz-placeholder, select::-moz-placeholder,
  input::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
    /*no*/ }
    [data-dpr="2"] textarea::-moz-placeholder, [data-dpr="2"] select::-moz-placeholder, [data-dpr="2"]
    input::-moz-placeholder {
      font-size: 28px;
      /*no*/ }
    [data-dpr="3"] textarea::-moz-placeholder, [data-dpr="3"] select::-moz-placeholder, [data-dpr="3"]
    input::-moz-placeholder {
      font-size: 42px;
      /*no*/ }
  textarea:-moz-placeholder, select:-moz-placeholder,
  input:-moz-placeholder {
    color: #ccc;
    font-size: 14px;
    /*no*/ }
    [data-dpr="2"] textarea:-moz-placeholder, [data-dpr="2"] select:-moz-placeholder, [data-dpr="2"]
    input:-moz-placeholder {
      font-size: 28px;
      /*no*/ }
    [data-dpr="3"] textarea:-moz-placeholder, [data-dpr="3"] select:-moz-placeholder, [data-dpr="3"]
    input:-moz-placeholder {
      font-size: 42px;
      /*no*/ }
  textarea:-ms-input-placeholder, select:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    /*no*/ }
    [data-dpr="2"] textarea:-ms-input-placeholder, [data-dpr="2"] select:-ms-input-placeholder, [data-dpr="2"]
    input:-ms-input-placeholder {
      font-size: 28px;
      /*no*/ }
    [data-dpr="3"] textarea:-ms-input-placeholder, [data-dpr="3"] select:-ms-input-placeholder, [data-dpr="3"]
    input:-ms-input-placeholder {
      font-size: 42px;
      /*no*/ }

.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
  border-color: #f2a696;
  color: #D68273;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-group.has-error input:focus, .form-group.has-error select:focus, .form-group.has-error textarea:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(219, 137, 120, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(219, 137, 120, 0.3);
    color: #ca5f4c;
    border-color: #d77b68; }
.form-group.has-error .help-block, .form-group.has-error .help-inline {
  color: #D16E6C; }

input[type=checkbox].ace,
input[type=radio].ace {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer; }

label input[type=checkbox].ace,
label input[type=radio].ace {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

input[type=checkbox].ace:checked,
input[type=radio].ace:checked,
input[type=checkbox].ace:focus,
input[type=radio].ace:focus {
  outline: none !important; }

input[type=checkbox].ace + .lbl,
input[type=radio].ace + .lbl {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  min-height: 0.48rem;
  min-width: 0.48rem;
  font-weight: normal;
  cursor: pointer; }
  input[type=checkbox].ace + .lbl > a,
  input[type=radio].ace + .lbl > a {
    color: #3293D7;
    pointer-events: auto; }

input[type=checkbox].ace + .lbl::before,
input[type=radio].ace + .lbl::before {
  cursor: pointer;
  font-family: 'anyi-font';
  font-weight: normal;
  font-size: 12px;
  /*no*/
  color: #FFF;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #c8c8c8;
  display: inline-block;
  text-align: center;
  height: 0.42667rem;
  line-height: 0.42667rem;
  min-width: 0.42667rem;
  margin-right: 1px;
  position: relative;
  top: -1px;
  border-radius: 100%; }
  [data-dpr="2"] input[type=checkbox].ace + .lbl::before, [data-dpr="2"]
  input[type=radio].ace + .lbl::before {
    font-size: 24px;
    /*no*/ }
  [data-dpr="3"] input[type=checkbox].ace + .lbl::before, [data-dpr="3"]
  input[type=radio].ace + .lbl::before {
    font-size: 36px;
    /*no*/ }

input[type=checkbox].ace:checked + .lbl::before,
input[type=radio].ace:checked + .lbl::before {
  display: inline-block;
  content: '\f00c';
  color: #3293D7;
  background-color: #F5F8FC;
  border-color: #adb8c0; }

input[type=checkbox].ace:hover + .lbl::before,
input[type=radio].ace:hover + .lbl::before,
input[type=checkbox].ace + .lbl:hover::before,
input[type=radio].ace + .lbl:hover::before {
  border-color: #3293D7; }

input[type=checkbox].ace:focus + .lbl::before,
input[type=radio].ace:focus + .lbl::before {
  border-color: #3293D7; }

input[type=checkbox].ace.ace-checkbox-2:checked + .lbl::before,
input[type=radio].ace.ace-checkbox-2:checked + .lbl::before {
  background-color: #3293D7;
  border-color: #3293D7;
  color: #FFF; }

input[type=checkbox].ace:disabled + .lbl::before,
input[type=radio].ace:disabled + .lbl::before,
input[type=checkbox].ace[disabled] + .lbl::before,
input[type=radio].ace[disabled] + .lbl::before,
input[type=checkbox].ace.disabled + .lbl::before,
input[type=radio].ace.disabled + .lbl::before {
  background-color: #DDD !important;
  border-color: #CCC !important;
  box-shadow: none !important;
  color: #BBB; }

.checkbox label input[type=checkbox].ace + .lbl,
.radio label input[type=radio].ace + .lbl {
  margin-left: -10px; }

input[type=radio].ace + .lbl::before {
  border-radius: 100%;
  font-size: 12px;
  font-family: 'anyi-font';
  line-height: 17px;
  height: 17px;
  min-width: 17px; }

input[type=radio].ace:checked + .lbl::before {
  content: "\f00c"; }

input[type=checkbox].ace.input-lg + .lbl::before {
  border-radius: 4px;
  font-size: 16px;
  height: 24px;
  line-height: 21px;
  min-width: 24px;
  top: auto; }

input[type=radio].ace.input-lg + .lbl::before {
  font-size: 14px;
  height: 24px;
  line-height: 22px;
  min-width: 24px;
  top: auto; }

label.checkbox, label.radio {
  cursor: pointer;
  display: inline-block; }
  label.checkbox > *, label.radio > * {
    pointer-events: none; }

label.switch {
  display: inline-block;
  vertical-align: middle; }
  label.switch > * {
    pointer-events: none; }
  label.switch input[type=checkbox] {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    label.switch input[type=checkbox] + .lbl {
      min-height: 0.64rem;
      position: relative;
      float: left; }
      label.switch input[type=checkbox] + .lbl:before {
        overflow: hidden;
        border-radius: 1.09333rem;
        -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
        text-align: left;
        float: left;
        padding: 0;
        margin-right: 0;
        top: auto;
        content: "";
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: none;
        border-width: 0;
        font-weight: lighter;
        font-size: 16px;
        /*no*/
        display: inline-block;
        background-color: #e1e1e1;
        color: #F2F2F2;
        width: 1.09333rem;
        height: 0.64rem;
        line-height: 0.64rem;
        text-indent: 0.85333rem;
        -webkit-transition: background 0.25s ease;
        -o-transition: background 0.25s ease;
        transition: background 0.25s ease; }
        [data-dpr="2"] label.switch input[type=checkbox] + .lbl:before {
          font-size: 32px;
          /*no*/ }
        [data-dpr="3"] label.switch input[type=checkbox] + .lbl:before {
          font-size: 48px;
          /*no*/ }
      label.switch input[type=checkbox] + .lbl:after {
        font-family: 'anyi-font';
        content: "\f00d";
        font-size: 12px;
        /*no*/
        font-weight: normal;
        letter-spacing: 0;
        color: #808080;
        text-shadow: none;
        background-color: #FFF;
        border-radius: 100%;
        width: 0.58667rem;
        height: 0.58667rem;
        line-height: 0.58667rem;
        text-align: center;
        position: absolute;
        top: 0.02667rem;
        left: 0;
        -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
        -webkit-transition: left 0.25s ease;
        -o-transition: left 0.25s ease;
        transition: left 0.25s ease; }
        [data-dpr="2"] label.switch input[type=checkbox] + .lbl:after {
          font-size: 24px;
          /*no*/ }
        [data-dpr="3"] label.switch input[type=checkbox] + .lbl:after {
          font-size: 36px;
          /*no*/ }
    label.switch input[type=checkbox]:checked + .lbl::before {
      text-indent: 8px;
      color: #FFF;
      text-shadow: 0 0 0 #FFF;
      background-color: #3293D7;
      border-color: #3293D7; }
    label.switch input[type=checkbox]:checked + .lbl::after {
      left: 0.50667rem;
      content: "\f00c";
      background-color: #FFF;
      color: #3293D7; }

/*验证相关样式结束*/
.form.form-style1 .form-tit, .form.form-read .form-tit {
  font-size: 16px;
  /*no*/
  padding: 0.32rem 0;
  border-bottom: 1px solid #F18216;
  color: #333; }
  [data-dpr="2"] .form.form-style1 .form-tit, [data-dpr="2"] .form.form-read .form-tit {
    font-size: 32px;
    /*no*/ }
  [data-dpr="3"] .form.form-style1 .form-tit, [data-dpr="3"] .form.form-read .form-tit {
    font-size: 48px;
    /*no*/ }
.form.form-style1 .form-group:last-of-type .input-group, .form.form-read .form-group:last-of-type .input-group {
  border-bottom-width: 0; }
  .form.form-style1 .form-group:last-of-type .input-group.focus, .form.form-read .form-group:last-of-type .input-group.focus {
    border-bottom-width: 1px; }
.form.form-style1 .form-group:last-of-type.has-error .input-group, .form.form-read .form-group:last-of-type.has-error .input-group {
  border-bottom-width: 1px; }
.form.form-style1 .input-group, .form.form-read .input-group {
  width: 100%;
  padding: 0.13333rem 0;
  border-bottom: 1px solid #ddd; }
  .form.form-style1 .input-group > label, .form.form-read .input-group > label {
    color: #333; }
    .form.form-style1 .input-group > label > img, .form.form-read .input-group > label > img {
      height: 0.4rem;
      vertical-align: sub;
      margin-left: 0.10667rem; }
  .form.form-style1 .input-group:focus, .form.form-read .input-group:focus, .form.form-style1 .input-group.focus, .form.form-read .input-group.focus {
    border-bottom-color: #F18216; }
  .form.form-style1 .input-group .form-control, .form.form-read .input-group .form-control {
    text-align: right;
    border-width: 0;
    padding-right: 0; }
  .form.form-style1 .input-group select.form-control, .form.form-read .input-group select.form-control {
    padding-right: 0.4rem; }
  .form.form-style1 .input-group .text-select, .form.form-read .input-group .text-select {
    padding-right: 0.4rem; }
.form.form-style1 .form-group.has-error .input-group, .form.form-read .form-group.has-error .input-group {
  border-bottom-color: #EB5149; }
.form.form-style1 .form-group.has-error input, .form.form-read .form-group.has-error input, .form.form-style1 .form-group.has-error select, .form.form-read .form-group.has-error select, .form.form-style1 .form-group.has-error textarea, .form.form-read .form-group.has-error textarea {
  border: none;
  color: #EB5149;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form.form-style1 .form-group.has-error input:focus, .form.form-read .form-group.has-error input:focus, .form.form-style1 .form-group.has-error select:focus, .form.form-read .form-group.has-error select:focus, .form.form-style1 .form-group.has-error textarea:focus, .form.form-read .form-group.has-error textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #EB5149;
    border: none; }
.form.form-style1 .form-group.has-error .help-block, .form.form-read .form-group.has-error .help-block, .form.form-style1 .form-group.has-error .help-inline, .form.form-read .form-group.has-error .help-inline {
  color: #D16E6C; }
.form.form-style1 select, .form.form-read select, .form.form-style1 .text-select, .form.form-read .text-select {
  padding-right: 0.4rem;
  color: #666;
  background: url(/static/images/pull-down.png) #fff no-repeat right center;
  -webkit-background-size: auto 0.33333rem;
  background-size: auto 0.33333rem; }
  .form.form-style1 select.no-bg, .form.form-read select.no-bg, .form.form-style1 .text-select.no-bg, .form.form-read .text-select.no-bg {
    background: none; }
.form.form-style1 select, .form.form-read select {
  direction: rtl; }
.form.form-style1 input[type=date], .form.form-read input[type=date] {
  -webkit-appearance: none;
  display: block; }

/*anyi-select begin*/
.ay-select-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none; }

.ay-select-box {
  background: #fff; }
  .ay-select-box ul {
    margin: 0;
    padding: 0; }
  .ay-select-box li {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0; }

.ay-select-mobile {
  width: 100%;
  height: 70%;
  position: absolute;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #c5d0dc;
  -moz-transition: bottom .5s linear;
  -o-transition: bottom .5s linear;
  -webkit-transition: bottom .5s linear;
  transition: bottom .5s linear;
  bottom: -70%; }

.ay-select-pc {
  width: 90%;
  max-width: 16rem;
  height: 80%;
  max-height: 13.33333rem;
  position: absolute;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  -moz-transition: bottom .5s linear;
  -o-transition: bottom .5s linear;
  -webkit-transition: bottom .5s linear;
  transition: bottom .5s linear;
  display: none; }
  @media (max-height: 600px) {
    .ay-select-pc {
      max-height: 80%; } }

.ay-select-page {
  max-width: 768px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none; }
  .ay-select-page .ay-select-items {
    height: 100%; }
  .ay-select-page.ay-select-box-show {
    display: block; }

.ay-select-input {
  position: absolute;
  width: 100%;
  display: none;
  border: 1px solid #ccc;
  z-index: 1; }

.ay-select-mobile.ay-select-box-show {
  bottom: 0; }

.ay-select-pc.ay-select-box-show {
  display: block;
  border: 1px solid #ccc; }

.ay-select-input.ay-select-box-show {
  display: block; }

ul.ay-select-groups {
  float: left;
  margin: 0;
  position: relative;
  height: 100%;
  min-width: 1.6rem; }
  ul.ay-select-groups:after {
    position: absolute;
    width: 1px;
    background: #ccc;
    right: 0;
    top: 0;
    bottom: 0;
    content: ""; }
  ul.ay-select-groups li {
    list-style: none;
    list-style-type: none;
    padding: 0.26667rem 0.26667rem;
    background: #F6F6F6;
    border-bottom: 1px solid #ccc;
    color: #666;
    position: relative;
    cursor: pointer; }
    ul.ay-select-groups li.active {
      background: #fff;
      color: #3293D7; }
      ul.ay-select-groups li.active:before {
        position: absolute;
        background: #3293D7;
        height: 100%;
        width: 0.05333rem;
        left: 0;
        content: "";
        top: 0; }
      ul.ay-select-groups li.active:after {
        position: absolute;
        background: #fff;
        height: 100%;
        width: 0.05333rem;
        right: -1px;
        content: "";
        top: 0;
        z-index: 1; }

.ay-select-items {
  padding: 0 0.26667rem 0.26667rem 0.26667rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 82%; }
  .ay-select-items ul {
    display: none;
    position: relative; }
    .ay-select-items ul.active {
      display: block; }
    .ay-select-items ul li {
      padding-top: 0.26667rem;
      padding-bottom: 0.26667rem;
      cursor: pointer;
      border-bottom: 1px dashed #ccc; }
      .ay-select-items ul li.ay-select-no {
        color: #3293D7;
        cursor: default; }
      .ay-select-items ul li.active {
        color: #3293D7; }
        .ay-select-items ul li.active:after {
          margin-left: 0.06667rem;
          display: inline;
          content: "\2713"; }

.ay-select-group-hide ul.ay-select-groups {
  display: none; }
.ay-select-group-hide .ay-select-items {
  margin-left: auto; }

.ay-select-inline {
  height: auto; }
  .ay-select-inline .ay-select-items > ul:after {
    display: table;
    clear: both;
    content: ""; }
  .ay-select-inline .ay-select-items > ul > li {
    float: left;
    border: 1px solid #c5d0dc;
    padding: 0.13333rem 0.26667rem;
    margin-right: 0.26667rem;
    margin-top: 0.26667rem; }
    .ay-select-inline .ay-select-items > ul > li.active {
      background: #3293D7;
      color: #fff;
      border-color: #3293D7; }
      .ay-select-inline .ay-select-items > ul > li.active:after {
        display: none; }

.ay-select-close {
  width: 0.8rem;
  height: 0.8rem;
  top: 0;
  position: absolute;
  right: 0;
  z-index: 2;
  text-align: center;
  cursor: pointer; }
  .ay-select-close:after {
    content: "\2715";
    height: 100%;
    font-size: 30px;
    /*no*/
    line-height: 0.53333rem; }
    [data-dpr="2"] .ay-select-close:after {
      font-size: 60px;
      /*no*/ }
    [data-dpr="3"] .ay-select-close:after {
      font-size: 90px;
      /*no*/ }

.ay-select-title {
  padding: 0.26667rem;
  text-align: center;
  width: 100%;
  z-index: 1;
  background: #fff; }
  .ay-select-title > span {
    vertical-align: middle; }

.ay-select-title.ay-select-title-show {
  border-bottom: 1px solid #c5d0dc;
  font-size: 16px;
  /*no*/ }
  [data-dpr="2"] .ay-select-title.ay-select-title-show {
    font-size: 32px;
    /*no*/ }
  [data-dpr="3"] .ay-select-title.ay-select-title-show {
    font-size: 48px;
    /*no*/ }
  .ay-select-title.ay-select-title-show .ay-select-close {
    width: 1.06667rem;
    height: 1.06667rem; }
    .ay-select-title.ay-select-title-show .ay-select-close:after {
      font-size: 20px;
      /*no*/
      line-height: 1.06667rem; }
      [data-dpr="2"] .ay-select-title.ay-select-title-show .ay-select-close:after {
        font-size: 40px;
        /*no*/ }
      [data-dpr="3"] .ay-select-title.ay-select-title-show .ay-select-close:after {
        font-size: 60px;
        /*no*/ }

ul.ay-select-values {
  padding: 0 10px;
  border-bottom: 1px solid #c5d0dc; }
  ul.ay-select-values li {
    max-width: 40%;
    overflow: hidden;
    padding: 0.26667rem 0.13333rem;
    float: left;
    -ms-word-break: keep-all;
    word-break: keep-all;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-right: 0.26667rem;
    cursor: pointer;
    position: relative; }
    ul.ay-select-values li.active {
      color: #3293D7; }
      ul.ay-select-values li.active:after {
        content: "";
        display: block;
        border-bottom: 0.05333rem solid #3293D7;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
  ul.ay-select-values:after {
    display: table;
    clear: both;
    content: ""; }

/*anyi-select end*/
/*anyi-citys begin*/
.citys .city-list > .city-letter {
  display: block;
  background: #f1f1f1;
  padding: 0.13333rem 0.4rem;
  color: #39c0ae; }
.citys .city-list p {
  text-indent: 0;
  display: block;
  padding: 0.2rem 0;
  margin: 0 0.4rem;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer; }

/*anyi-citys end*/
/*anyi-calendar start*/
.anyi-calendar {
  padding: 0.66667rem 0 0.4rem 0; }
  .anyi-calendar .week-box {
    position: fixed;
    top: 1.06667rem;
    width: 100%;
    max-width: 768px;
    border-bottom: 1px dashed #ccc;
    margin: auto;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    left: 0;
    right: 0;
    background: #fbfbfb; }
    .anyi-calendar .week-box > li {
      width: 14.28571%;
      float: left;
      height: 0.66667rem;
      text-align: center;
      line-height: 0.66667rem;
      font-weight: bold; }
  .anyi-calendar .calendar {
    padding: 0 0.4rem 0.4rem 0.4rem;
    border-bottom: 1px solid #dfedef; }
    .anyi-calendar .calendar > li {
      width: 14.28571%;
      float: left;
      height: 1.06667rem;
      text-align: center;
      line-height: 1.06667rem; }
      .anyi-calendar .calendar > li.day-disabled {
        color: #cbcbcb; }
      .anyi-calendar .calendar > li.month {
        width: 100%;
        height: 1.06667rem;
        text-align: center;
        line-height: 1.06667rem; }
      .anyi-calendar .calendar > li.active {
        color: #fff;
        background-color: #3293D7; }

.page-modal-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear; }
  .page-modal-fixed.model-hide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
    .page-modal-fixed.model-hide .p-modal-header {
      display: none; }
    .page-modal-fixed.model-hide .week-box {
      display: none; }
  .page-modal-fixed.hide-top {
    z-index: -99; }

/*anyi-calendar end*/
/*!
 * Picker.js v0.1.2
 * https://github.com/fengyuanchen/pickerjs
 *
 * Copyright (c) 2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-03-11T07:37:24.622Z
 */
.picker {
  font-size: 0.42667rem;
  line-height: 1.5;
  overflow: hidden;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
  color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  direction: ltr; }

.picker-fixed {
  position: fixed;
  z-index: 1986;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.picker-fixed > .picker-content {
  position: absolute;
  right: 0;
  bottom: -100%;
  left: 0;
  max-height: 100%;
  -webkit-transition: bottom .3s ease;
  -o-transition: bottom .3s ease;
  transition: bottom .3s ease; }

.picker-fixed .picker-header {
  display: block; }

.picker-fixed .picker-footer {
  display: table; }

.picker-open {
  display: block;
  opacity: 0; }

.picker-opened {
  opacity: 1; }

.picker-opened > .picker-content {
  bottom: 0; }

.picker-content {
  background-color: #fff;
  border: 1px solid #eee; }

.picker-header {
  position: relative;
  display: none;
  padding: 0.37333rem 0.53333rem;
  border-bottom: 1px solid #eee; }

.picker-title {
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 0.53333rem;
  margin: 0; }

.picker-close {
  font-size: 0.85333rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.28rem;
  height: 1.28rem;
  color: #999;
  border-width: 0;
  background-color: transparent; }

.picker-body {
  overflow: hidden; }

.picker-grid {
  display: table;
  width: 100%;
  margin-top: -1.06667rem;
  margin-bottom: -1.06667rem; }

.picker-cell {
  position: relative;
  display: table-cell; }

.picker-cell::before,
.picker-cell::after {
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
  display: block;
  content: ''; }

.picker-cell::before {
  top: 0;
  bottom: 50%;
  margin-bottom: 0.53333rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.05));
  border-bottom: 1px solid #eee; }

.picker-cell::after {
  top: 50%;
  bottom: 0;
  margin-top: 0.53333rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05));
  border-top: 1px solid #eee; }

.picker-cell + .picker-cell {
  border-left: 1px solid #eee; }

.picker-single .picker-cell::before,
.picker-single .picker-cell::after {
  display: none; }

.picker-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none; }

.picker-item {
  padding: 0.21333rem;
  text-align: center;
  white-space: nowrap;
  color: #999; }

.picker-picked {
  font-size: 1.125em;
  color: #0074d9; }

.picker-footer {
  display: none;
  width: 100%;
  border-top: 1px solid #eee; }

.picker-cancel,
.picker-confirm {
  font-size: 0.42667rem;
  display: table-cell;
  width: 50%;
  padding: 0.42667rem;
  border-width: 0;
  background-color: transparent;
  float: left; }

.picker-confirm {
  color: #0074d9; }

.container {
  max-width: 10rem;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  /*no*/ }
  @media (min-width: 541px) and (max-width: 768px) {
    [data-dpr="1"] .container {
      max-width: 768px; } }
  [data-dpr="2"] .container {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] .container {
    font-size: 42px;
    /*no*/ }
  .container:after {
    position: absolute;
    height: 100%;
    max-width: 10.24rem;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1; }
    @media (min-width: 541px) and (max-width: 768px) {
      [data-dpr="1"] .container:after {
        max-width: 768px; } }
  .container.bg-grey:after {
    background-color: #f6f6f6; }
  .container.bg-blue:after {
    background-color: #fbfeff; }
  .container.fixed-bottom {
    padding-bottom: 1.73333rem; }

.bottom-tip {
  font-size: 0.32rem;
  color: #a0a0a0;
  margin-top: 0.26667rem;
  margin-bottom: 0.26667rem;
  text-align: center; }

body.modal-lp:before {
  position: fixed;
  height: 100%;
  max-width: 768px;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 11111; }

.ay-select-modal {
  font-size: 14px;
  /*no*/ }
  [data-dpr="2"] .ay-select-modal {
    font-size: 28px;
    /*no*/ }
  [data-dpr="3"] .ay-select-modal {
    font-size: 42px;
    /*no*/ }

/***index.html start***/
.page-head-banner {
  position: relative; }

.prod-nav {
  overflow: hidden;
  padding: 0 0.4rem;
  background: #fff;
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF; }
  .prod-nav::after {
    clear: both;
    content: "";
    display: table; }
  .prod-nav li {
    float: left;
    width: 33.3%;
    padding: 0.4rem 0;
    text-align: center;
    color: #666;
    position: relative;
    cursor: pointer; }
    .prod-nav li.active {
      color: #3293D7; }
      .prod-nav li.active a {
        color: #3293D7; }
      .prod-nav li.active:after {
        content: "";
        border-bottom: 0.06667rem solid #3293D7;
        bottom: 0;
        left: 20%;
        right: 20%;
        display: block;
        position: absolute; }
  .prod-nav.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    max-width: 10.24rem;
    margin: 0 auto; }
    @media (min-width: 541px) and (max-width: 768px) {
      [data-dpr="1"] .prod-nav.nav-fixed {
        max-width: 768px; } }

.prod-imgs p {
  margin-bottom: 0.26667rem; }

.insured-table {
  overflow: hidden;
  background-color: #fff; }
  .insured-table.show-more {
    height: auto; }
  .insured-table > dd:first-of-type > .row {
    border-top: none; }
  .insured-table > dd > .row {
    padding-top: 0.33333rem;
    padding-bottom: 0.33333rem;
    border-top: 1px dashed #ddd; }
    .insured-table > dd > .row.active .col-7, .insured-table > dd > .row.active .col-5 {
      color: #3293D7; }
  .insured-table > dd > div.col-12 {
    padding-top: 0.26667rem;
    padding-bottom: 0.26667rem;
    background-color: #f1f9fb;
    cursor: pointer; }
  .insured-table > dd .col-7 > i {
    font-size: 20px;
    /*no*/
    vertical-align: middle; }
    [data-dpr="2"] .insured-table > dd .col-7 > i {
      font-size: 40px;
      /*no*/ }
    [data-dpr="3"] .insured-table > dd .col-7 > i {
      font-size: 60px;
      /*no*/ }
  .insured-table > dd .col-5 > .empty-insured {
    padding-right: 0.26667rem; }
  .insured-table .itd-remark {
    color: #999;
    padding: 0.26667rem 0;
    line-height: 1.5;
    border-top: 1px dashed #ddd;
    font-size: 12px;
    /*no*/ }
    [data-dpr="2"] .insured-table .itd-remark {
      font-size: 24px;
      /*no*/ }
    [data-dpr="3"] .insured-table .itd-remark {
      font-size: 36px;
      /*no*/ }

.page-panel {
  background-color: #fff;
  margin-top: 0.13333rem; }
  .page-panel .page-panel-tit {
    font-size: 16px;
    /*no*/
    padding: 0.34667rem 0;
    color: #333;
    position: relative; }
    [data-dpr="2"] .page-panel .page-panel-tit {
      font-size: 32px;
      /*no*/ }
    [data-dpr="3"] .page-panel .page-panel-tit {
      font-size: 48px;
      /*no*/ }
    .page-panel .page-panel-tit > span {
      display: inline-block;
      background-color: #fff;
      vertical-align: middle;
      padding: 0 0.4rem;
      position: relative;
      z-index: 1;
      margin-left: 0.53333rem; }
    .page-panel .page-panel-tit:after {
      position: absolute;
      height: 0;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      border-top: 1px solid #F18216;
      content: "";
      margin: auto; }
  .page-panel .page-panel-desc {
    padding: 0.4rem; }
    .page-panel .page-panel-desc p {
      line-height: 1.5;
      color: #666; }

.prod-doc {
  font-size: 12px;
  /*no*/
  color: #666;
  padding: 0.4rem 0.4rem; }
  [data-dpr="2"] .prod-doc {
    font-size: 24px;
    /*no*/ }
  [data-dpr="3"] .prod-doc {
    font-size: 36px;
    /*no*/ }
  .prod-doc > a {
    color: #0048FF; }

.plan-list {
  border-bottom: 1px solid #ddd; }
  .plan-list::after {
    clear: both;
    content: "";
    display: table; }
  .plan-list > li {
    text-align: center;
    outline: none;
    position: relative; }
    .plan-list > li:after {
      position: absolute;
      left: 0;
      width: 0;
      bottom: 30%;
      top: 30%;
      content: "";
      z-index: 1;
      display: block;
      border-left: 1px solid #ddd; }
    .plan-list > li:first-of-type:after {
      display: none; }
    .plan-list > li > a {
      display: block;
      border-radius: 0.13333rem;
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
      margin: 0 auto;
      background-color: #fff; }
      .plan-list > li > a > span {
        position: relative; }
        .plan-list > li > a > span:before {
          position: absolute;
          content: "";
          width: 0.21333rem;
          height: 0.37333rem;
          left: -0.33333rem;
          top: 0;
          bottom: 0;
          margin: auto; }
    .plan-list > li.active > a {
      color: #3293D7; }
      .plan-list > li.active > a > span:before {
        background: url("../images/select_trangle.png") center center no-repeat;
        -webkit-background-size: auto 100%;
        background-size: auto 100%; }

.box-agree {
  padding: 0.4rem 0;
  font-size: 12px;
  /*no*/
  color: #666; }
  [data-dpr="2"] .box-agree {
    font-size: 24px;
    /*no*/ }
  [data-dpr="3"] .box-agree {
    font-size: 36px;
    /*no*/ }
  .box-agree a {
    color: #0048FF; }

.space-60 {
  padding-top: 0.4rem;
  padding-top-bottom: 0.4rem; }

.box-contact {
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
  padding: 0.10667rem 0.4rem;
  font-size: 12px;
  /*no*/
  text-align: center;
  width: 90%;
  -webkit-border-radius: 1.33333rem;
  border-radius: 1.33333rem; }
  [data-dpr="2"] .box-contact {
    font-size: 24px;
    /*no*/ }
  [data-dpr="3"] .box-contact {
    font-size: 36px;
    /*no*/ }
  .box-contact a {
    color: #0048FF; }

.plan-box {
  padding: 0 0.4rem; }
  .plan-box ul.plan-tit > li > a {
    display: block;
    padding: 0.26667rem;
    background-color: #EFEFEF;
    text-align: center;
    font-size: 16px;
    /*no*/ }
    [data-dpr="2"] .plan-box ul.plan-tit > li > a {
      font-size: 32px;
      /*no*/ }
    [data-dpr="3"] .plan-box ul.plan-tit > li > a {
      font-size: 48px;
      /*no*/ }
    .plan-box ul.plan-tit > li > a small {
      font-size: 14px;
      /*no*/ }
      [data-dpr="2"] .plan-box ul.plan-tit > li > a small {
        font-size: 28px;
        /*no*/ }
      [data-dpr="3"] .plan-box ul.plan-tit > li > a small {
        font-size: 42px;
        /*no*/ }
  .plan-box ul.plan-tit > li.active > a, .plan-box ul.plan-tit > li:active > a {
    background-color: #F18216;
    color: #fff; }
  .plan-box .plan-table {
    border-collapse: collapse;
    border: 1px solid #F18216;
    width: 100%; }
    .plan-box .plan-table td, .plan-box .plan-table th {
      height: 1.2rem;
      vertical-align: middle;
      text-align: center;
      border: 1px solid #F18216;
      width: 50%; }

.list-qa {
  padding: 0.26667rem 0; }
  .list-qa p {
    margin-bottom: 0.53333rem;
    line-height: 1.5; }
    .list-qa p .span-q {
      color: #555;
      font-weight: bold; }
    .list-qa p .span-a {
      font-size: 12px;
      /*no*/ }
      [data-dpr="2"] .list-qa p .span-a {
        font-size: 24px;
        /*no*/ }
      [data-dpr="3"] .list-qa p .span-a {
        font-size: 36px;
        /*no*/ }
  .list-qa.text-indent2 p {
    text-indent: 2em; }

.list-qa-more {
  text-align: center;
  color: #F18216;
  font-size: 12px;
  /*no*/
  display: block;
  padding-bottom: 0.53333rem; }
  [data-dpr="2"] .list-qa-more {
    font-size: 24px;
    /*no*/ }
  [data-dpr="3"] .list-qa-more {
    font-size: 36px;
    /*no*/ }
  .list-qa-more > span {
    display: inline-block; }
    .list-qa-more > span:after {
      content: "";
      width: 0.26667rem;
      height: 0.26667rem;
      border-left: 1px solid #F18216;
      border-bottom: 1px solid #F18216;
      display: block;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin: 0 auto; }

.doc-step {
  padding-bottom: 0.4rem; }
  .doc-step > li {
    margin: 0.53333rem 0; }
    .doc-step > li > img {
      width: 1.41333rem;
      height: 1.41333rem;
      float: left;
      margin-left: 0.53333rem; }
    .doc-step > li > .doc-step-tit, .doc-step > li .doc-step-desc {
      margin-left: 2.26667rem;
      line-height: 1.5; }
    .doc-step > li > .doc-step-tit {
      font-size: 16px;
      /*no*/
      color: #555;
      font-weight: bold; }
      [data-dpr="2"] .doc-step > li > .doc-step-tit {
        font-size: 32px;
        /*no*/ }
      [data-dpr="3"] .doc-step > li > .doc-step-tit {
        font-size: 48px;
        /*no*/ }
    .doc-step > li > .doc-step-desc {
      font-size: 12px;
      /*no*/ }
      [data-dpr="2"] .doc-step > li > .doc-step-desc {
        font-size: 24px;
        /*no*/ }
      [data-dpr="3"] .doc-step > li > .doc-step-desc {
        font-size: 36px;
        /*no*/ }
      .doc-step > li > .doc-step-desc a {
        color: #3293D7; }
    .doc-step > li::after {
      clear: both;
      content: "";
      display: table; }

/***index.html end***/
/***order.html start***/
.form.form-style2 .form-group {
  margin-bottom: 0.4rem; }
  .form.form-style2 .form-group .input-group {
    border: 1px solid #24b1cd;
    border-radius: 0.13333rem;
    background-color: #fff;
    overflow: hidden; }
    .form.form-style2 .form-group .input-group > label {
      color: #24b1cd;
      padding-left: 0.26667rem;
      padding-right: 0.26667rem; }
    .form.form-style2 .form-group .input-group.focus {
      border-color: #24b1cd; }
    .form.form-style2 .form-group .input-group .form-control {
      border: none;
      background-color: #fff;
      text-align: right; }

.form-order {
  padding: 2.93333rem 0.66667rem 1.33333rem 0.66667rem; }
  .form-order .btn-box {
    margin-top: 2.66667rem; }
  .form-order .form-control {
    height: 1.18667rem; }
    .form-order .form-control::-webkit-input-placeholder {
      color: #C2E0EA; }
    .form-order .form-control::-moz-placeholder {
      color: #C2E0EA; }
    .form-order .form-control:-moz-placeholder {
      color: #C2E0EA; }
    .form-order .form-control:-ms-input-placeholder {
      color: #C2E0EA; }

.btn.btn-blue2 {
  background-color: #24b1cd;
  height: 1.18667rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.18667rem; }

.with-errors {
  line-height: 2; }

.page-footer-fixed {
  height: 1.6rem;
  bottom: 0;
  max-width: 10.24rem;
  position: fixed;
  margin: 0 auto;
  background-color: #fff;
  right: 0;
  left: 0;
  z-index: 2; }
  @media (min-width: 541px) and (max-width: 768px) {
    [data-dpr="1"] .page-footer-fixed {
      max-width: 768px; } }

.reg-tips {
  text-align: center;
  color: #999;
  line-height: 1.5;
  margin-top: 1.06667rem; }
  .reg-tips > a {
    color: #999; }

.footer-bar {
  display: flex; }
  .footer-bar > a {
    line-height: 1.6rem;
    white-space: nowrap;
    text-align: center;
    flex: 1;
    font-size: 15px;
    /*no*/
    border-top: 1px solid #ccc; }
    [data-dpr="2"] .footer-bar > a {
      font-size: 30px;
      /*no*/ }
    [data-dpr="3"] .footer-bar > a {
      font-size: 45px;
      /*no*/ }
    .footer-bar > a.f-btn {
      border-top: none;
      background-color: #3293D7;
      color: #fff; }
  .footer-bar .f-price span.price {
    display: inline-block;
    color: #3293D7;
    margin-left: 0.26667rem;
    font-size: 24px;
    /*no*/
    font-weight: normal;
    vertical-align: middle; }
    [data-dpr="2"] .footer-bar .f-price span.price {
      font-size: 48px;
      /*no*/ }
    [data-dpr="3"] .footer-bar .f-price span.price {
      font-size: 72px;
      /*no*/ }

.no-margin-top {
  margin-top: 0 !important; }

.panel-blue {
  border: 1px solid #1D78D6;
  border-radius: 4px; }

.ui-panel {
  background-color: #fff;
  margin-top: 0.26667rem;
  padding: 0 0.4rem; }
  .ui-panel .form .insured h3 {
    font-size: 0.4rem;
    font-weight: bold;
    margin-top: 0.4rem; }
  .ui-panel .form .addDelete {
    text-align: right;
    padding: 0.2rem 0; }
  .ui-panel .form .bluebtn {
    font-size: 0.4rem;
    background: transparent;
    color: #858585;
    border: 0;
    padding: 0.1rem; }
  .ui-panel .ui-panel-tit {
    font-size: 18px;
    /*no*/
    padding-top: 0.26667rem;
    padding-bottom: 0.26667rem;
    text-align: left;
    border-bottom: 1px solid #ccc; }
    [data-dpr="2"] .ui-panel .ui-panel-tit {
      font-size: 36px;
      /*no*/ }
    [data-dpr="3"] .ui-panel .ui-panel-tit {
      font-size: 54px;
      /*no*/ }
    .ui-panel .ui-panel-tit .line {
      padding-bottom: 0.26667rem;
      border-bottom: 2px solid #444; }

.insure-info {
  font-size: 16px;
  /*no*/
  line-height: 1.5; }
  [data-dpr="2"] .insure-info {
    font-size: 32px;
    /*no*/ }
  [data-dpr="3"] .insure-info {
    font-size: 48px;
    /*no*/ }
  .insure-info h3 {
    font-weight: normal; }
  .insure-info .ii-detail {
    color: #999; }

.form-footer-btn {
  display: flex;
  position: relative; }
  .form-footer-btn > a {
    display: block;
    padding: 0.32rem;
    text-align: center;
    color: #333;
    flex: auto; }
    .form-footer-btn > a:active {
      opacity: .7; }
    .form-footer-btn > a > img {
      height: 0.53333rem;
      vertical-align: middle;
      margin-right: 0.10667rem; }
    .form-footer-btn > a > span {
      vertical-align: middle; }
    .form-footer-btn > a:last-of-type {
      position: relative; }
      .form-footer-btn > a:last-of-type:after {
        position: absolute;
        width: 0;
        border-left: 1px solid #ddd;
        height: 0.66667rem;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
    .form-footer-btn > a:first-of-type.hide + a:after {
      display: none; }

.modal-doc p {
  line-height: 1.5;
  margin-top: 0.13333rem;
  margin-bottom: 0.13333rem; }
.modal-doc .md-tips {
  background-color: #fce6ce;
  padding: 0.13333rem; }

/***order.html end***/
/**/
.anyi-doc div.lazy {
  width: 100%;
  height: 0;
  padding-top: 70.82%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

/***list.html start***/
.mall-nav-fixed {
  border-bottom: 1px solid #ccc;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  max-width: 10.24rem;
  margin: auto;
  background: #ffffff; }
  @media (min-width: 541px) and (max-width: 768px) {
    [data-dpr="1"] .mall-nav-fixed {
      max-width: 768px; } }
  .mall-nav-fixed .mall-nav {
    display: -webkit-flex;
    display: flex; }
    .mall-nav-fixed .mall-nav > li {
      flex: auto;
      text-align: center;
      padding: 0.26667rem 0;
      font-size: 14px;
      /*no*/
      color: #666;
      position: relative; }
      [data-dpr="2"] .mall-nav-fixed .mall-nav > li {
        font-size: 28px;
        /*no*/ }
      [data-dpr="3"] .mall-nav-fixed .mall-nav > li {
        font-size: 42px;
        /*no*/ }
      .mall-nav-fixed .mall-nav > li a {
        color: #666; }
      .mall-nav-fixed .mall-nav > li.active {
        color: #3293D7; }
        .mall-nav-fixed .mall-nav > li.active a {
          color: #3293D7; }
        .mall-nav-fixed .mall-nav > li.active:after {
          content: "";
          height: 0.06667rem;
          background: #3293D7;
          bottom: -1px;
          left: 0;
          right: 0;
          position: absolute; }
    .mall-nav-fixed .mall-nav::after {
      clear: both;
      content: "";
      display: table; }

.mall-list {
  border-top: 1px solid #ccc;
  padding: 0 0.26667rem; }
  .mall-list > li {
    padding: 0.4rem 0;
    border-bottom: 1px dotted #ccc; }
    .mall-list > li > a {
      display: block; }
    .mall-list > li .ml-img {
      width: 2.66667rem;
      height: 2.66667rem;
      display: block;
      float: left; }
    .mall-list > li .ml-right {
      margin-left: 2.93333rem; }
    .mall-list > li h4 {
      position: relative;
      color: #333;
      font-size: 0.42667rem; }
      .mall-list > li h4 span {
        margin-right: 1.6rem;
        display: block; }
      .mall-list > li h4 img {
        width: 1.46667rem;
        display: block;
        position: absolute;
        top: 0;
        right: 0; }
    .mall-list > li .mlr-desc {
      margin-top: 0.26667rem;
      line-height: 1.5;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .mall-list > li .mlr-footer {
      padding-top: 0.13333rem;
      color: #666;
      position: relative; }
      .mall-list > li .mlr-footer .mlr-price {
        font-size: 0.8rem;
        color: #3293D7; }
        .mall-list > li .mlr-footer .mlr-price small {
          font-size: 0.32rem;
          color: #666; }
      .mall-list > li .mlr-footer span:nth-child(2) {
        position: absolute;
        bottom: 0;
        right: 0; }
    .mall-list > li.more {
      padding: 0.53333rem 0;
      text-align: center;
      font-size: 0.37333rem;
      color: #999;
      border: none; }

/***list.html end***/
/*GBGhuanqiushangxuan page */
/*css*/
.flex_button {
  float: right;
  text-align: right; }
  .flex_button .need-wrapper button {
    font-size: 0.36rem; }
  .flex_button .is-need-wrapper button {
    font-size: 0.26rem; }
  .flex_button button {
    border: 1px solid #D0D0D0;
    background: #fff;
    border-radius: 6px;
    margin: 0.1rem;
    font-size: 0.3rem;
    padding: 0.1rem; }
  .flex_button button.active {
    background: #0E71BA;
    color: #fff; }

.sex_box {
  position: relative; }
  .sex_box .sex-wrapper {
    float: right; }
    .sex_box .sex-wrapper button {
      border: 1px solid #D0D0D0;
      background: #fff;
      border-radius: 6px;
      margin-left: 0.1rem;
      margin-right: 0.1rem;
      font-size: 0.36rem;
      padding: 0.1rem;
      color: #858585; }
    .sex_box .sex-wrapper button.active {
      background: #0E71BA;
      color: #fff; }

.rightAdd {
  float: right; }

#additional {
  border-top: 1px dashed #333; }

.header_img img {
  width: 100%; }

.linkToList {
  margin-top: 0.26667rem;
  margin-bottom: 0.26667rem; }
  .linkToList .linkToListUp {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .linkToList .linkToListUp .linkimg {
      width: 25%;
      margin-left: 0.18667rem;
      display: block; }
      .linkToList .linkToListUp .linkimg img {
        width: 100%; }
    .linkToList .linkToListUp .linkimg2 {
      width: 50%;
      margin-left: 0.18667rem;
      display: block; }
      .linkToList .linkToListUp .linkimg2 img {
        width: 100%; }
    .linkToList .linkToListUp a {
      display: block; }
  .linkToList .linkToListDown {
    width: 100%;
    margin-top: 0.26667rem;
    display: flex;
    justify-content: space-between; }
    .linkToList .linkToListDown .linkimg {
      width: 25%; }
      .linkToList .linkToListDown .linkimg img {
        width: 100%; }
    .linkToList .linkToListDown .linkimg2 {
      width: 50%;
      margin-left: 0.18667rem; }
      .linkToList .linkToListDown .linkimg2 img {
        width: 100%; }
    .linkToList .linkToListDown .linkimg2devide img {
      width: 50%; }

.content {
  width: 100%; }
  .content .ui-panel-tit {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-left: 0.26667rem;
    line-height: 0.8rem; }
    .content .ui-panel-tit span {
      font-size: 0.37333rem;
      color: #323232; }
  .content .choice {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.26667rem;
    padding: 0.26667rem 0;
    border-bottom: 1px solid #eee; }
    .content .choice .listBar {
      margin-left: 0.26667rem; }
    .content .choice .list_left {
      width: 25%; }
      .content .choice .list_left img {
        width: 100%; }
    .content .choice .list_middle {
      width: 50%; }
      .content .choice .list_middle h2 {
        font-size: 0.37333rem;
        color: #323232;
        line-height: 0.66667rem; }
      .content .choice .list_middle p {
        font-size: 0.26667rem;
        color: #999;
        line-height: 0.48rem; }
      .content .choice .list_middle .red {
        color: #ED3C3C; }
    .content .choice .list_right {
      width: 25%; }
      .content .choice .list_right button {
        background: #76DAEA;
        border: 0;
        width: 2rem;
        height: 0.66667rem;
        border-radius: 5px;
        color: #fff;
        margin-bottom: 6px; }
      .content .choice .list_right .sale {
        font-size: 0.26667rem;
        color: #999;
        padding-top: 0.13333rem; }
  .content .hot {
    position: relative; }
    .content .hot .Rank {
      z-index: 999;
      position: absolute;
      width: 1.04rem;
      left: 0;
      margin-top: -0.53333rem; }
      .content .hot .Rank img {
        width: 100%; }
  .content .whole {
    text-align: center;
    padding: 0.53333rem 0; }
    .content .whole a {
      outline: none;
      color: #0084A4;
      font-size: 0.4rem; }

/*新版保障明细*/
dl.list-sub-insured {
  border: 1px solid #3293D7;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0 0.26667rem; }
  dl.list-sub-insured:before {
    content: "";
    position: absolute;
    width: 0.26667rem;
    height: 0.26667rem;
    border-top: 1px solid #3293D7;
    border-left: 1px solid #3293D7;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -0.17rem;
    margin-left: 0.13333rem; }
  dl.list-sub-insured span {
    color: #777; }

.needorno {
  float: right; }

.content {
  width: 100%; }
  .content .updateImg {
    margin: 2.66667rem auto;
    text-align: center; }
    .content .updateImg img {
      width: 80%; }
  .content .backToHome {
    margin: 0 auto;
    text-align: center; }
    .content .backToHome a {
      display: block; }
    .content .backToHome button {
      width: 80%;
      height: 1.06667rem;
      border: 0;
      background: #3380D2;
      color: #fff;
      text-align: center;
      font-size: 0.48rem; }

/*文件下载*/
a.no-download {
  font-size: 12px;
  /*no*/
  padding: 0.08rem 0.26667rem;
  border: 1px solid #3293D7;
  color: #333 !important;
  border-radius: 0.13333rem;
  display: inline-block;
  margin-top: 0.13333rem; }
  [data-dpr="2"] a.no-download {
    font-size: 24px;
    /*no*/ }
  [data-dpr="3"] a.no-download {
    font-size: 36px;
    /*no*/ }

.down-icon-tit {
  font-size: 20px;
  /*no*/
  padding: 0.4rem 0.26667rem;
  text-align: center;
  color: #24b1cd;
  margin-top: 2.4rem; }
  [data-dpr="2"] .down-icon-tit {
    font-size: 40px;
    /*no*/ }
  [data-dpr="3"] .down-icon-tit {
    font-size: 60px;
    /*no*/ }

.down-icon-list {
  margin-top: 0.4rem;
  text-align: center; }
  .down-icon-list > a {
    display: block;
    padding: 0.13333rem 0.26667rem;
    cursor: pointer;
    width: 6.66667rem;
    margin: 0 auto 0.46667rem;
    border-radius: 0.26667rem; }
    .down-icon-list > a:nth-child(1) {
      background: #ff9c82;
      color: #fff; }
    .down-icon-list > a:nth-child(2) {
      border-radius: 0.26667rem;
      border: 1px solid #ff9c82;
      color: #ff9c82; }
    .down-icon-list > a > img {
      display: inline-block;
      margin: 0 auto;
      height: 1.06667rem; }
    .down-icon-list > a > span {
      display: inline-block;
      font-size: 14px;
      vertical-align: top;
      margin-left: 0.4rem;
      line-height: 1.06667rem; }
  .down-icon-list .down-tips {
    color: #c2c2c2;
    margin: 0 0.66667rem;
    border-top: 1px solid #e7e7e7;
    text-align: center;
    padding-top: 0.33333rem;
    line-height: 1.5; }

.weixin-share {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 10.24rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999; }
  @media (min-width: 541px) and (max-width: 768px) {
    [data-dpr="1"] .weixin-share {
      max-width: 768px; } }
  .weixin-share .weixin-0, .weixin-share .weixin-1, .weixin-share .weixin-2 {
    width: 4rem;
    text-align: left;
    color: #ddd; }
  .weixin-share .weixin-0 {
    color: #bbb;
    right: 2.93333rem;
    top: 0.53333rem;
    position: absolute;
    font-size: 14px; }
  .weixin-share .weixin-arrow {
    position: absolute;
    right: 0.8rem;
    top: 0.53333rem;
    width: 4rem; }
    .weixin-share .weixin-arrow > img {
      width: 100%; }
  .weixin-share .weixin-1 {
    position: absolute;
    right: 2.93333rem;
    top: 1.6rem; }
  .weixin-share .weixin-2 {
    margin-top: 0.53333rem;
    position: absolute;
    right: 2.93333rem;
    top: 2rem; }

/*GBG页面 按钮*/
/*按钮禁用*/
.addMinusIcon {
  vertical-align: middle;
  margin-right: 0.1rem; }

/**微信分享*/
.weixin_layout {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  background: url(../images/share-bg.png) no-repeat center 7% rgba(0, 0, 0, 0.6);
  -webkit-background-size: 75%;
  background-size: 75%;
  z-index: 999999; }

/* 被保人表单 展开收起 动画 */
.form-insured {
  transition-timing-function: linear;
  transform: scale(1, 1);
  overflow: hidden;
  transition: transform .3s linear;
  position: relative;
  z-index: 1;
  transform-origin: top; }
  .form-insured.toggle-hide {
    transform: scale(1, 0); }

/* border-bottom 问题*/
.insured-info .form-group:last-of-type .input-group, .form-mate .form-group:last-of-type .input-group {
  border-bottom-width: 1px !important; }

/*这块的代码用来隐藏购买按钮，需要显示的时候删除即可*/
/*这块的代码用来隐藏购买按钮，需要显示的时候删除即可*/
/* rainConfirm页面*/
.form-label-box {
  padding-top: 0.3333rem; }

.label-btn {
  font-size: 10px;
  padding: 0.02667rem 0.26667rem;
  border-radius: 0.4rem;
  border: 1px solid #3293D7;
  color: #3293D7; }

.example-img {
  width: 100%; }

#example-modal .modal-header .modal-title {
  display: block;
  color: #333;
  height: 1.33333rem;
  line-height: 1.33333rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }

.img-wrap {
  padding: 0.26667rem 0;
  font-size: 0; }
  .img-wrap .img-item {
    text-align: center;
    width: 50%;
    display: inline-block;
    font-size: 14px; }
    .img-wrap .img-item .load-img {
      position: relative;
      display: inline-block;
      width: 4.06667rem;
      height: 3.73333rem;
      margin: 0.13333rem;
      border: 1px dashed #333;
      border-radius: 4px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      overflow: hidden; }
      .img-wrap .img-item .load-img .delete-icon {
        position: absolute;
        right: -2px;
        top: -2px;
        width: 1.33333rem;
        height: 0.53333rem;
        background-size: 100%;
        background-image: url(../imgs/close.png); }
    .img-wrap .img-item .upload-wrap {
      position: relative;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #F6F6F6; }
      .img-wrap .img-item .upload-wrap .input-file-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 9; }
        .img-wrap .img-item .upload-wrap .input-file-box input {
          width: 100%;
          height: 100%; }
      .img-wrap .img-item .upload-wrap .upload-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .img-wrap .img-item .upload-wrap .add-icon {
        position: relative;
        display: block;
        height: 0.8rem; }
        .img-wrap .img-item .upload-wrap .add-icon:before, .img-wrap .img-item .upload-wrap .add-icon:after {
          content: '';
          position: absolute; }
        .img-wrap .img-item .upload-wrap .add-icon:before {
          height: 0.53333rem;
          width: 1px;
          background: #333;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
        .img-wrap .img-item .upload-wrap .add-icon:after {
          height: 0.53333rem;
          width: 1px;
          background: #333;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) rotate(90deg); }
  .img-wrap .img-big {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; }
    .img-wrap .img-big img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      max-width: 100%; }

.list-input-file .form-group {
  width: 100%;
  overflow: auto;
  display: block; }

.input-file-tit {
  text-align: center;
  line-height: 1.5;
  padding: 0.13333rem 0;
  margin-bottom: 0.13333rem;
  color: #626262; }

.input-file-box {
  background: #eeeeee url("../images/upload-img.png") center center no-repeat;
  -webkit-background-size: 70% auto;
  background-size: 70% auto;
  padding: 0.26667rem;
  margin: 0.4rem auto;
  height: 2.66667rem;
  position: relative;
  text-align: center;
  line-height: 2.13333rem;
  overflow: hidden; }
  .input-file-box input[type='file'] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0; }
  .input-file-box span.anyi-file-remove {
    position: absolute;
    width: 0.66667rem;
    height: 0.66667rem;
    line-height: 0.66667rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    z-index: 3;
    display: none; }
  .input-file-box img.anyi-file-preview {
    position: absolute;
    z-index: 0;
    display: block; }

.bg-white {
  background-color: #fff; }

.bg-light {
  background-color: #E4F2FF; }

.mb20 {
  margin-bottom: 0.26667rem; }

.page-head-banner {
  position: relative;
  overflow: hidden; }
  .page-head-banner .page-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.3); }

.block-title {
  text-align: center; }
  .block-title span {
    display: inline-block;
    vertical-align: middle; }
  .block-title .before, .block-title .after {
    position: relative;
    height: 0.21333rem;
    display: inline-block;
    width: 1.06667rem;
    opacity: .5;
    border-bottom: 1px solid #3A9AFF; }
    .block-title .before:before, .block-title .after:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 50%;
      border-top: 1px solid #3A9AFF; }
  .block-title .before::before {
    right: 0; }
  .block-title .after::after {
    left: 0; }
  .block-title .title-content {
    color: #3A9AFF;
    font-family: "microsoft yahei";
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    font-size: 18px;
    font-weight: bold; }
  .block-title.block-title-white .before, .block-title.block-title-white .after {
    border-color: #fff; }
    .block-title.block-title-white .before:before, .block-title.block-title-white .after:before {
      border-color: #fff; }
  .block-title.block-title-white span {
    color: #fff; }

.service-block {
  position: relative; }
  .service-block .block-title {
    position: absolute;
    top: 0.53333rem;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 2; }

.calc-wrap {
  background-color: #fff;
  padding: 0.66667rem; }

.calc-block {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden; }
  .calc-block .block-title {
    line-height: 1.17333rem;
    height: 1.17333rem;
    background-color: #3A9AFF; }
    .calc-block .block-title span {
      font-size: 16px;
      font-weight: normal; }
    .calc-block .block-title .before, .calc-block .block-title .after {
      height: 0.16rem; }
  .calc-block .form {
    padding: 0 0.4rem; }
    .calc-block .form .text-select {
      background-image: url(../images/pull-down.png);
      background-size: 12px; }
    .calc-block .form .bb-solid, .calc-block .form .bb-dashed {
      position: relative; }
      .calc-block .form .bb-solid .input-group, .calc-block .form .bb-dashed .input-group {
        border: none; }
        .calc-block .form .bb-solid .input-group #form-field-effect, .calc-block .form .bb-dashed .input-group #form-field-effect {
          padding-right: 0.8rem; }
      .calc-block .form .bb-solid:after, .calc-block .form .bb-dashed:after {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) scaleY(0.8); }
    .calc-block .form .bb-solid:after {
      width: 150%;
      border-bottom: 1px solid #ccc; }
    .calc-block .form .bb-dashed:after {
      width: 100%;
      border-bottom: 1px dashed #ccc; }
    .calc-block .form .form-group {
      overflow: hidden; }
    .calc-block .form .form-group.with-text input {
      padding-right: 1.86667rem; }
    .calc-block .form .form-group.with-text .fixed-text {
      color: #ccc;
      font-size: 14px;
      text-align: right;
      height: 1.17333rem;
      line-height: 1.17333rem;
      position: absolute;
      right: 0.50667rem;
      top: 0; }
    .calc-block .form .form-group.with-text .desc {
      font-size: 10px;
      color: #ccc; }

.process-wrap {
  padding: 0.66667rem;
  background-color: #fff; }
  .process-wrap .content {
    font-size: 12px;
    color: #777;
    margin: 0.26667rem 0; }
  .process-wrap .process-step {
    font-size: 12px;
    border-radius: 5px;
    background-color: #E4F2FF;
    color: #3A9AFF;
    overflow: hidden;
    padding: 0.53333rem 0; }
    .process-wrap .process-step .step-item {
      margin: 0 0.4rem;
      border-left: 1px solid #3A9AFF;
      padding-left: 0.53333rem;
      padding-bottom: 0.53333rem;
      position: relative; }
      .process-wrap .process-step .step-item .step-num {
        position: absolute;
        width: 0.53333rem;
        height: 0.53333rem;
        border-radius: 50%;
        background-color: #3A9AFF;
        line-height: 0.53333rem;
        text-align: center;
        color: #fff;
        left: -0.26667rem;
        top: -0.06667rem; }
      .process-wrap .process-step .step-item:last-child {
        border-left: none; }

.question-block {
  background-color: #fff;
  padding: 0.66667rem; }
  .question-block .list-qa .span-q {
    color: #3A9AFF; }

.download-block {
  background-color: #fff;
  padding: 0.66667rem; }
  .download-block .file-list {
    margin: 0.26667rem 0;
    font-size: 14px; }
    .download-block .file-list li .download-icon {
      display: inline-block;
      vertical-align: middle;
      width: 0.53333rem;
      height: 0.53333rem;
      background: url(../imgs/download.png) no-repeat center;
      background-size: 0.53333rem; }
    .download-block .file-list li a:link, .download-block .file-list li a:visited {
      color: #777;
      text-decoration: underline;
      display: inline-block;
      text-indent: 10px; }

.page-footer-fixed .footer-bar {
  background-color: #2C3A47;
  color: #fff; }
  .page-footer-fixed .footer-bar .f-price .price {
    color: #fff; }
  .page-footer-fixed .footer-bar .f-btn {
    background-color: #FE2D28; }

.flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  color: #333;
  font-size: 14px; }

.line-block {
  height: 0.90667rem;
  line-height: 0.90667rem; }

.warn-icon {
  width: 0.66667rem; }
  .warn-icon:before {
    content: '!';
    color: #fff;
    font-size: 10px;
    width: 0.53333rem;
    height: 0.53333rem;
    line-height: 0.53333rem;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.4rem;
    background-color: red;
    margin-top: 0.08rem; }

.kid-index {
  color: #777;
  font-size: 12px; }
  .kid-index:before {
    content: '';
    display: inline-block;
    width: 0.13333rem;
    height: 0.13333rem;
    border-radius: 50%;
    background-color: #F8BEBD;
    vertical-align: middle;
    margin-right: 0.26667rem; }

.form.form-style1 .input-group select.form-control, .form.form-read .input-group select.form-control {
  padding-right: 0.6rem; }
.form.form-style1 .first-group, .form.form-read .first-group, .form.form-style1 .last-group, .form.form-read .last-group {
  display: flex;
  flex: 1;
  overflow: hidden; }
  .form.form-style1 .first-group label, .form.form-read .first-group label, .form.form-style1 .last-group label, .form.form-read .last-group label {
    line-height: 0.90667rem;
    width: 0.4rem; }
  .form.form-style1 .first-group input, .form.form-read .first-group input, .form.form-style1 .last-group input, .form.form-read .last-group input {
    flex: 4; }
.form.form-style1 .first-group, .form.form-read .first-group {
  margin-right: 10%; }
.form.form-style1 select, .form.form-read select, .form.form-style1 .text-select, .form.form-read .text-select {
  background-image: url(../images/select-icon.png);
  background-size: 0.45333rem; }
.form.form-style1 .cardtype-wrap .form-control, .form.form-read .cardtype-wrap .form-control {
  direction: ltr;
  padding-left: 0; }

.light {
  color: #777 !important; }

.small {
  font-size: 10px; }

.bb {
  border-bottom: 1px solid #ddd; }

.desc-block {
  background-color: #F4F4F4;
  padding: 0.26667rem 0.53333rem;
  color: #777;
  font-size: 12px; }

#anyi-modal-confirm .modal-content .modal-header {
  height: 1.2rem;
  line-height: 1.2rem;
  color: #000;
  background: #fff !important; }
  #anyi-modal-confirm .modal-content .modal-header h4 {
    color: #000 !important; }
  #anyi-modal-confirm .modal-content .modal-header .close {
    display: none; }
#anyi-modal-confirm .modal-content .modal-body {
  padding: 0 0.2rem 0.3rem 0.2rem;
  color: #777;
  font-size: 12px; }
#anyi-modal-confirm .modal-content .modal-footer a {
  color: #000 !important; }

.form.form-read .form-group .input-group {
  border-bottom: none; }
  .form.form-read .form-group .input-group input, .form.form-read .form-group .input-group select {
    text-align: left;
    direction: ltr; }
.form.form-read .form-group select {
  background: transparent; }
  .form.form-read .form-group select.form-control {
    padding-right: 0; }

.prod-doc {
  background-color: #F4F4F4; }
  .prod-doc .fa {
    color: #FE2D28 !important; }
  .prod-doc a {
    color: #000; }
  .prod-doc input[type=checkbox].ace + .lbl::before, .prod-doc input[type=radio].ace + .lbl::before {
    border-color: #FE2D28;
    width: 0.29333rem;
    min-width: 0.29333rem;
    height: 0.29333rem;
    line-height: 0.29333rem; }
  .prod-doc input[type=checkbox].ace:checked + .lbl::before, .prod-doc input[type=radio].ace:checked + .lbl::before {
    color: #FE2D28;
    font-size: 10px; }

.page-footer-fixed .footer-bar.footer-bar-small {
  background-color: #fff; }
  .page-footer-fixed .footer-bar.footer-bar-small .f-price {
    border: none;
    color: #FE2D28; }
    .page-footer-fixed .footer-bar.footer-bar-small .f-price .price {
      color: inherit;
      font-size: 14px; }
  .page-footer-fixed .footer-bar.footer-bar-small #btn-buy {
    margin: .3rem;
    line-height: 1rem;
    height: 1rem;
    border-radius: 5px; }

input[disabled] {
  color: black !important; }

/*# sourceMappingURL=product.css.map */
